| Einhugur macOS Bridge plugin. |
|
VNRecognizedObjectObservation.Cast Method
Does deep cast on incoming NSObject to VNRecognizedObjectObservation.
Parameters
- obj
- The NSObject to be casted.
Returns
- EinhugurVisionBridge.VNRecognizedObjectObservation
- The casted object or nil if the object could not be casted to VNRecognizedObjectObservation.
Remarks
Deep cast in this context means that the NSObject under the hood gets casted and new. Xojo wrapper object is built around the casted object.
See Also
VNRecognizedObjectObservation Class